The Imagick class
PHP Manual

Imagick::setPage

(PECL imagick 2.0.0)

Imagick::setPageSets the page geometry of the Imagick object

Descripción

bool Imagick::setPage ( int $width , int $height , int $x , int $y )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Sets the page geometry of the Imagick object.

Lista de parámetros

width

height

x

y

Valores retornados

Returns TRUE on success.


The Imagick class
PHP Manual